home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / HTML / Code / AppServer / svrMain.dfm / svrMain.txt
Encoding:
Text File  |  1999-10-26  |  628 b   |  33 lines

  1. object frmMain: TfrmMain
  2.   Left = 411
  3.   Top = 327
  4.   Width = 412
  5.   Height = 186
  6.   Caption = 'SML Application Server'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 11
  19.     Top = 13
  20.     Width = 69
  21.     Height = 13
  22.     Caption = 'Template Path'
  23.   end
  24.   object edtTemplatePath: TEdit
  25.     Left = 90
  26.     Top = 9
  27.     Width = 216
  28.     Height = 21
  29.     TabOrder = 0
  30.     Text = 'D:\SST\9912\www\pages\'
  31.   end
  32. end
  33.